home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / zbpc_460.zip / TUTOR.EXE / MISC.DOC < prev    next >
Text File  |  1991-03-20  |  760b  |  16 lines

  1.                      Misc. Features
  2. ...
  3. Several keyboard and screen enhancements are included in ZBASIC.
  4. Among screen options are windowing commands DEF PAGE and VIEW
  5. PRINT, reading and writing to off-display screen pages DEF PAGE
  6. READ and WRITE, and returns of color/ASCII code values from
  7. specific screen text locations with SCREEN.
  8. ...
  9. There are also additional printer functions including PAGE LPRINT
  10. (IBM only) to execute a screen-print, PAGE which reports the number
  11. of lines printed since the last top-of-page and can set formatted
  12. printing (i.e. PAGE 66,60,6 will automatically define the page to
  13. be 66 lines long and issue 6 lines for perforation skip after 60
  14. lines of print). POS returns the print-head position in the current
  15. line.
  16.